home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 2 / Infomagic - Windows 3-Pak (Disc 2 of 3).iso / FTP-Clients / lftp261.exe / 0 / RCDATA / TFRMSETUP / TFRMSETUP.txt
Text File  |  1999-09-07  |  6KB  |  307 lines

  1. object frmSetup: TfrmSetup
  2.   Left = 372
  3.   Top = 305
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup'
  7.   ClientHeight = 330
  8.   ClientWidth = 471
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 287
  23.     Width = 471
  24.     Height = 2
  25.     Align = alBottom
  26.     Shape = bsBottomLine
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 289
  31.     Width = 471
  32.     Height = 41
  33.     Align = alBottom
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     object btnNext: TButton
  37.       Left = 304
  38.       Top = 8
  39.       Width = 73
  40.       Height = 25
  41.       Caption = '&Next >>'
  42.       Default = True
  43.       TabOrder = 0
  44.       OnClick = btnNextClick
  45.     end
  46.     object btnCancel: TButton
  47.       Left = 385
  48.       Top = 8
  49.       Width = 73
  50.       Height = 25
  51.       Caption = '&Cancel'
  52.       TabOrder = 1
  53.       OnClick = btnCancelClick
  54.     end
  55.   end
  56.   object Panel2: TPanel
  57.     Left = 0
  58.     Top = 0
  59.     Width = 137
  60.     Height = 287
  61.     Align = alLeft
  62.     BevelOuter = bvNone
  63.     TabOrder = 1
  64.     object Panel3: TPanel
  65.       Left = 16
  66.       Top = 16
  67.       Width = 120
  68.       Height = 257
  69.       BevelOuter = bvLowered
  70.       TabOrder = 0
  71.       object Gradient1: TGradient
  72.         Left = 1
  73.         Top = 1
  74.         Width = 118
  75.         Height = 255
  76.       end
  77.     end
  78.   end
  79.   object pnlCustom: TPanel
  80.     Left = 137
  81.     Top = 0
  82.     Width = 334
  83.     Height = 287
  84.     Align = alClient
  85.     BevelOuter = bvNone
  86.     TabOrder = 5
  87.     object Label8: TLabel
  88.       Left = 32
  89.       Top = 106
  90.       Width = 51
  91.       Height = 13
  92.       Caption = 'Username:'
  93.     end
  94.     object Label9: TLabel
  95.       Left = 32
  96.       Top = 164
  97.       Width = 49
  98.       Height = 13
  99.       Caption = 'Password:'
  100.     end
  101.     object Label10: TLabel
  102.       Left = 32
  103.       Top = 16
  104.       Width = 273
  105.       Height = 25
  106.       AutoSize = False
  107.       Caption = 'Enter your username and password for the TecRep FTP server'
  108.       WordWrap = True
  109.     end
  110.     object Label11: TLabel
  111.       Left = 32
  112.       Top = 256
  113.       Width = 104
  114.       Height = 13
  115.       Caption = 'Click Next to continue'
  116.     end
  117.     object txtUser: TEdit
  118.       Left = 32
  119.       Top = 128
  120.       Width = 217
  121.       Height = 21
  122.       TabOrder = 0
  123.       OnChange = txtUserChange
  124.     end
  125.     object txtPass: TEdit
  126.       Left = 32
  127.       Top = 184
  128.       Width = 217
  129.       Height = 21
  130.       PasswordChar = '*'
  131.       TabOrder = 1
  132.       OnChange = txtUserChange
  133.     end
  134.   end
  135.   object pnlStart: TPanel
  136.     Left = 137
  137.     Top = 0
  138.     Width = 334
  139.     Height = 287
  140.     Align = alClient
  141.     BevelOuter = bvNone
  142.     TabOrder = 2
  143.     object lblWelcome: TLabel
  144.       Left = 16
  145.       Top = 16
  146.       Width = 281
  147.       Height = 33
  148.       AutoSize = False
  149.       WordWrap = True
  150.     end
  151.     object Label2: TLabel
  152.       Left = 16
  153.       Top = 72
  154.       Width = 305
  155.       Height = 41
  156.       AutoSize = False
  157.       Caption = 
  158.         'It is recommended that you close all other Windows programs befo' +
  159.         're proceeding.  Select Cancel to exit and close any programs tha' +
  160.         't are running.'
  161.       WordWrap = True
  162.     end
  163.     object Label3: TLabel
  164.       Left = 16
  165.       Top = 144
  166.       Width = 104
  167.       Height = 13
  168.       Caption = 'Click Next to continue'
  169.     end
  170.   end
  171.   object pnlFinish: TPanel
  172.     Left = 137
  173.     Top = 0
  174.     Width = 334
  175.     Height = 287
  176.     Align = alClient
  177.     BevelOuter = bvNone
  178.     TabOrder = 4
  179.     object Label1: TLabel
  180.       Left = 16
  181.       Top = 256
  182.       Width = 145
  183.       Height = 13
  184.       Caption = 'Click Finish to complete Setup.'
  185.     end
  186.     object lblFinish: TLabel
  187.       Left = 16
  188.       Top = 16
  189.       Width = 305
  190.       Height = 33
  191.       AutoSize = False
  192.       WordWrap = True
  193.     end
  194.     object chkReadme: TCheckBox
  195.       Left = 16
  196.       Top = 160
  197.       Width = 153
  198.       Height = 13
  199.       Caption = 'View the README file now'
  200.       TabOrder = 0
  201.     end
  202.     object chkRunProgram: TCheckBox
  203.       Left = 16
  204.       Top = 192
  205.       Width = 161
  206.       Height = 13
  207.       Caption = 'Run LeapFTP now'
  208.       TabOrder = 1
  209.     end
  210.   end
  211.   object pnlPath: TPanel
  212.     Left = 137
  213.     Top = 0
  214.     Width = 334
  215.     Height = 287
  216.     Align = alClient
  217.     BevelOuter = bvNone
  218.     TabOrder = 3
  219.     object Label5: TLabel
  220.       Left = 16
  221.       Top = 16
  222.       Width = 313
  223.       Height = 33
  224.       AutoSize = False
  225.       Caption = 
  226.         'Select a directory for the program to be installed in.  It is re' +
  227.         'commended that you use the default path.'
  228.       WordWrap = True
  229.     end
  230.     object Label6: TLabel
  231.       Left = 15
  232.       Top = 64
  233.       Width = 313
  234.       Height = 33
  235.       AutoSize = False
  236.       Caption = 
  237.         'To change the directory, click on Browse and select a new direct' +
  238.         'ory.'
  239.       WordWrap = True
  240.     end
  241.     object Label7: TLabel
  242.       Left = 16
  243.       Top = 112
  244.       Width = 104
  245.       Height = 13
  246.       Caption = 'Click Next to continue'
  247.     end
  248.     object grpPathname: TGroupBox
  249.       Left = 16
  250.       Top = 224
  251.       Width = 297
  252.       Height = 49
  253.       Caption = ' Destination Pathname '
  254.       TabOrder = 0
  255.       object lblDestPath: TDirLabel
  256.         Left = 12
  257.         Top = 21
  258.         Width = 195
  259.         Height = 13
  260.         DirName = 'C:\Program Files\LeapFTP'
  261.       end
  262.       object Button1: TButton
  263.         Left = 224
  264.         Top = 16
  265.         Width = 59
  266.         Height = 23
  267.         Caption = '&Browse'
  268.         TabOrder = 0
  269.         OnClick = Button1Click
  270.       end
  271.     end
  272.   end
  273.   object Browser: TLeapBrowseDir
  274.     TargetFolder = 'LeapFTP'
  275.     CaptionText = 'Select Destination Directory'
  276.     ReadOnly = True
  277.     Left = 24
  278.     Top = 297
  279.   end
  280.   object RegProgram: TRegProgram
  281.     ProgName = 'LeapFTP'
  282.     ProgramID = '214065'
  283.     Expired = False
  284.     CustomReg = True
  285.     PreRegistered = False
  286.     Left = 120
  287.     Top = 297
  288.   end
  289.   object Shortcut: TLink
  290.     Options = [ldoUseDesc, ldoUseIcon, ldoUseWorkDir]
  291.     Left = 88
  292.     Top = 297
  293.   end
  294.   object Comp: TCompress
  295.     RegName = 'David Turner'
  296.     RegNumber = 3765
  297.     OnCheckFile = CompCheckFile
  298.     OnShowProgress = CompShowProgress
  299.     MakeDirectories = True
  300.     ExceptionOnFileError = False
  301.     Key = 0
  302.     CheckSpaceBeforeExpand = False
  303.     Left = 56
  304.     Top = 297
  305.   end
  306. end
  307.